LayoutParams

Per-child layout information associated with ViewLinearLayout.

Inheritors

Constructors

Link copied to clipboard
constructor(c: Context, attrs: AttributeSet)
constructor(width: Int, height: Int)
constructor(width: Int, height: Int, weight: Float)
Creates a new set of layout parameters with the specified width, height and weight.
constructor(p: ViewGroup.LayoutParams)
constructor(source: ViewGroup.MarginLayoutParams)